home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / MW MPW Binaries 1.1.1a2 / mwcPPC / UserStartup•Metrowerks < prev   
Encoding:
Text File  |  1994-09-28  |  501 b   |  15 lines  |  [TEXT/MPS ]

  1. #    {MWCIncludes} - Directories to search for MetroWerks C Include files
  2.     Set MWCIncludes "{MPW}Interfaces:MWCIncludes:"
  3.     Export MWCIncludes
  4.  
  5. #    {MWPPCLibraries} - Directory that contains MetroWerks PPC libraries.        
  6.     Set MWPPCLibraries "{MPW}Libraries:MWPPCLibraries:"
  7.     Export MWPPCLibraries
  8.  
  9.  
  10. #   Create an alias to the new help script
  11.     alias help '"Do all xxx.helps"'
  12.  
  13. #   help mwcPPC       shows compiler switches in metrowerks.help
  14. #   help mwlinkPPC    shows compiler switches in metrowerks.help
  15.